POST api/AdhocClaim/Delete
Request Information
URI Parameters
None.
Body Parameters
CreditNoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditNoteId | string |
None. |
|
| CreditNoteNo | string |
None. |
|
| ClaimType | integer |
None. |
|
| CreditNoteDate | string |
None. |
|
| PartyId | integer |
None. |
|
| PartyTypeId | integer |
None. |
|
| PartyCode | string |
None. |
|
| PartyName | string |
None. |
|
| CreditNoteDescription | string |
None. |
|
| Amount | decimal number |
None. |
|
| CreditNotePeriodFromDate | string |
None. |
|
| CreditNotePeriodToDate | string |
None. |
|
| HasImage | boolean |
None. |
|
| Attachments | string |
None. |
|
| IsActive | boolean |
None. |
|
| AutoCompleteRequest | boolean |
None. |
|
| RoleId | integer |
None. |
|
| FirstRec | integer |
None. |
|
| LastRec | integer |
None. |
|
| SortColumn | string |
None. |
|
| SortOrder | string |
None. |
|
| RequestType | integer |
None. |
|
| DistributorGSTN | string |
None. |
|
| ParentGSTN | string |
None. |
|
| HSNCode | string |
None. |
|
| CGSTAmounts | decimal number |
None. |
|
| SGSTAmounts | decimal number |
None. |
|
| IGSTAmounts | decimal number |
None. |
|
| CGSTPercentage | decimal number |
None. |
|
| SGSTPercentage | decimal number |
None. |
|
| IGSTPercentage | decimal number |
None. |
|
| UTGSTAmounts | decimal number |
None. |
|
| UTGSTPercentage | decimal number |
None. |
|
| GSTNPercentage | decimal number |
None. |
|
| RefInvoiceNo | string |
None. |
|
| RefInvoiceDate | string |
None. |
|
| SchemeId | string |
None. |
|
| SchemeNo | integer |
None. |
|
| FilePath | string |
None. |
|
| SchemeName | string |
None. |
|
| ERPSchemeCode | string |
None. |
|
| FinancialYearId | string |
None. |
|
| ApprovalStatus | string |
None. |
|
| ApprovalStatusId | integer |
None. |
|
| StageId | integer |
None. |
|
| ApprovalRemarks | string |
None. |
|
| IsApprove | integer |
None. |
|
| IsMRPBillingMethod | boolean |
None. |
|
| ReportType | string |
None. |
|
| SuperStockistsId | integer |
None. |
|
| IsDistributorUnderSS | boolean |
None. |
|
| IsPurchaseVerify | boolean |
None. |
|
| ClaimNo | string |
None. |
|
| ClaimDate | string |
None. |
|
| ClaimAmount | decimal number |
None. |
|
| schemeClaimsjson | string |
None. |
|
| Message | APIResponse |
None. |
|
| SecretKey | string |
None. |
|
| Token | string |
None. |
|
| EnterprisesCode | string |
None. |
|
| ModeluSelection | string |
None. |
|
| CallFrom | string |
None. |
|
| IsAllowedRequest | boolean |
None. |
|
| IsInMaintenance | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreditNoteId": "sample string 1",
"CreditNoteNo": "sample string 2",
"ClaimType": 3,
"CreditNoteDate": "sample string 4",
"PartyId": 5,
"PartyTypeId": 6,
"PartyCode": "sample string 7",
"PartyName": "sample string 8",
"CreditNoteDescription": "sample string 9",
"Amount": 10.0,
"CreditNotePeriodFromDate": "sample string 11",
"CreditNotePeriodToDate": "sample string 12",
"HasImage": true,
"Attachments": "sample string 14",
"IsActive": true,
"AutoCompleteRequest": true,
"RoleId": 17,
"FirstRec": 18,
"LastRec": 19,
"SortColumn": "sample string 20",
"SortOrder": "sample string 21",
"RequestType": 22,
"DistributorGSTN": "sample string 23",
"ParentGSTN": "sample string 24",
"HSNCode": "sample string 25",
"CGSTAmounts": 26.0,
"SGSTAmounts": 27.0,
"IGSTAmounts": 28.0,
"CGSTPercentage": 29.0,
"SGSTPercentage": 30.0,
"IGSTPercentage": 31.0,
"UTGSTAmounts": 32.0,
"UTGSTPercentage": 33.0,
"GSTNPercentage": 34.0,
"RefInvoiceNo": "sample string 35",
"RefInvoiceDate": "sample string 36",
"SchemeId": "sample string 37",
"SchemeNo": 38,
"FilePath": "sample string 39",
"SchemeName": "sample string 40",
"ERPSchemeCode": "sample string 41",
"FinancialYearId": "sample string 42",
"ApprovalStatus": "sample string 43",
"ApprovalStatusId": 44,
"StageId": 45,
"ApprovalRemarks": "sample string 46",
"IsApprove": 47,
"IsMRPBillingMethod": true,
"ReportType": "sample string 49",
"SuperStockistsId": 50,
"IsDistributorUnderSS": true,
"IsPurchaseVerify": true,
"ClaimNo": "sample string 53",
"ClaimDate": "sample string 54",
"ClaimAmount": 55.0,
"schemeClaimsjson": "sample string 56",
"Message": {
"ResponseCode": 1,
"ResponseMessage": "sample string 2"
},
"SecretKey": "sample string 57",
"Token": "sample string 58",
"EnterprisesCode": "sample string 59",
"ModeluSelection": "sample string 60",
"CallFrom": "sample string 61",
"IsAllowedRequest": true,
"IsInMaintenance": true
}
application/xml, text/xml
Sample:
<CreditNoteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZipDMSModels">
<CallFrom>sample string 61</CallFrom>
<EnterprisesCode>sample string 59</EnterprisesCode>
<IsAllowedRequest>true</IsAllowedRequest>
<IsInMaintenance>true</IsInMaintenance>
<Message>
<ResponseCode>1</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
</Message>
<ModeluSelection>sample string 60</ModeluSelection>
<SecretKey>sample string 57</SecretKey>
<Token>sample string 58</Token>
<Amount>10</Amount>
<ApprovalRemarks>sample string 46</ApprovalRemarks>
<ApprovalStatus>sample string 43</ApprovalStatus>
<ApprovalStatusId>44</ApprovalStatusId>
<Attachments>sample string 14</Attachments>
<AutoCompleteRequest>true</AutoCompleteRequest>
<CGSTAmounts>26</CGSTAmounts>
<CGSTPercentage>29</CGSTPercentage>
<ClaimAmount>55</ClaimAmount>
<ClaimDate>sample string 54</ClaimDate>
<ClaimNo>sample string 53</ClaimNo>
<ClaimType>3</ClaimType>
<CreditNoteDate>sample string 4</CreditNoteDate>
<CreditNoteDescription>sample string 9</CreditNoteDescription>
<CreditNoteId>sample string 1</CreditNoteId>
<CreditNoteNo>sample string 2</CreditNoteNo>
<CreditNotePeriodFromDate>sample string 11</CreditNotePeriodFromDate>
<CreditNotePeriodToDate>sample string 12</CreditNotePeriodToDate>
<DistributorGSTN>sample string 23</DistributorGSTN>
<ERPSchemeCode>sample string 41</ERPSchemeCode>
<FilePath>sample string 39</FilePath>
<FinancialYearId>sample string 42</FinancialYearId>
<FirstRec>18</FirstRec>
<GSTNPercentage>34</GSTNPercentage>
<HSNCode>sample string 25</HSNCode>
<HasImage>true</HasImage>
<IGSTAmounts>28</IGSTAmounts>
<IGSTPercentage>31</IGSTPercentage>
<IsActive>true</IsActive>
<IsApprove>47</IsApprove>
<IsDistributorUnderSS>true</IsDistributorUnderSS>
<IsMRPBillingMethod>true</IsMRPBillingMethod>
<IsPurchaseVerify>true</IsPurchaseVerify>
<LastRec>19</LastRec>
<ParentGSTN>sample string 24</ParentGSTN>
<PartyCode>sample string 7</PartyCode>
<PartyId>5</PartyId>
<PartyName>sample string 8</PartyName>
<PartyTypeId>6</PartyTypeId>
<RefInvoiceDate>sample string 36</RefInvoiceDate>
<RefInvoiceNo>sample string 35</RefInvoiceNo>
<ReportType>sample string 49</ReportType>
<RequestType>22</RequestType>
<RoleId>17</RoleId>
<SGSTAmounts>27</SGSTAmounts>
<SGSTPercentage>30</SGSTPercentage>
<SchemeId>sample string 37</SchemeId>
<SchemeName>sample string 40</SchemeName>
<SchemeNo>38</SchemeNo>
<SortColumn>sample string 20</SortColumn>
<SortOrder>sample string 21</SortOrder>
<StageId>45</StageId>
<SuperStockistsId>50</SuperStockistsId>
<UTGSTAmounts>32</UTGSTAmounts>
<UTGSTPercentage>33</UTGSTPercentage>
<schemeClaimsjson>sample string 56</schemeClaimsjson>
</CreditNoteModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |