POST api/Tools/ConfirmSaveDelete

Request Information

URI Parameters

None.

Body Parameters

ConfirmSaveDeleteInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

TransactionType

string

None.

TransactionCode

string

None.

SavedInternalCodeFromRHTD

string

None.

LicenseType

string

None.

RefDocType

string

None.

sImageOrderNo

string

None.

SpecificationCode

string

None.

SpecificationType

string

None.

MasterType

string

None.

RefferenceType

string

None.

SystemName

string

None.

Notes_N_Remarks

string

None.

Report_Type

string

None.

TempTables

string

None.

SupplierGSTIN

string

None.

DocuIntlCode

string

None.

UnMatchDocuIntlCode

string

None.

UnMatchRefDocNo

string

None.

UnMatchRefDocDate

string

None.

SelectedReasonCode

string

None.

SelectedReasonDescription

string

None.

PresentedDate

integer

None.

PresentedtoBank

string

None.

RHTDInternalCode

string

None.

StartDate

integer

None.

EndDate

integer

None.

AdminUserChk

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "TransactionType": "sample string 4",
  "TransactionCode": "sample string 5",
  "SavedInternalCodeFromRHTD": "sample string 6",
  "LicenseType": "sample string 7",
  "RefDocType": "sample string 8",
  "sImageOrderNo": "sample string 9",
  "SpecificationCode": "sample string 10",
  "SpecificationType": "sample string 11",
  "MasterType": "sample string 12",
  "RefferenceType": "sample string 13",
  "SystemName": "sample string 14",
  "Notes_N_Remarks": "sample string 15",
  "Report_Type": "sample string 16",
  "TempTables": "sample string 17",
  "SupplierGSTIN": "sample string 18",
  "DocuIntlCode": "sample string 19",
  "UnMatchDocuIntlCode": "sample string 20",
  "UnMatchRefDocNo": "sample string 21",
  "UnMatchRefDocDate": "sample string 22",
  "SelectedReasonCode": "sample string 23",
  "SelectedReasonDescription": "sample string 24",
  "PresentedDate": 25,
  "PresentedtoBank": "sample string 26",
  "RHTDInternalCode": "sample string 27",
  "StartDate": 28,
  "EndDate": 29,
  "AdminUserChk": true
}

application/xml, text/xml

Sample:
<ConfirmSaveDeleteInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <AdminUserChk>true</AdminUserChk>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <DBName>sample string 1</DBName>
  <DocuIntlCode>sample string 19</DocuIntlCode>
  <EndDate>29</EndDate>
  <LicenseType>sample string 7</LicenseType>
  <MasterType>sample string 12</MasterType>
  <Notes_N_Remarks>sample string 15</Notes_N_Remarks>
  <PresentedDate>25</PresentedDate>
  <PresentedtoBank>sample string 26</PresentedtoBank>
  <RHTDInternalCode>sample string 27</RHTDInternalCode>
  <RefDocType>sample string 8</RefDocType>
  <RefferenceType>sample string 13</RefferenceType>
  <Report_Type>sample string 16</Report_Type>
  <SavedInternalCodeFromRHTD>sample string 6</SavedInternalCodeFromRHTD>
  <SelectedReasonCode>sample string 23</SelectedReasonCode>
  <SelectedReasonDescription>sample string 24</SelectedReasonDescription>
  <SpecificationCode>sample string 10</SpecificationCode>
  <SpecificationType>sample string 11</SpecificationType>
  <StartDate>28</StartDate>
  <SupplierGSTIN>sample string 18</SupplierGSTIN>
  <SystemName>sample string 14</SystemName>
  <TempTables>sample string 17</TempTables>
  <TransactionCode>sample string 5</TransactionCode>
  <TransactionType>sample string 4</TransactionType>
  <UnMatchDocuIntlCode>sample string 20</UnMatchDocuIntlCode>
  <UnMatchRefDocDate>sample string 22</UnMatchRefDocDate>
  <UnMatchRefDocNo>sample string 21</UnMatchRefDocNo>
  <UserInternalCode>sample string 3</UserInternalCode>
  <sImageOrderNo>sample string 9</sImageOrderNo>
</ConfirmSaveDeleteInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.