POST SaveRateDiffDebitNotesAgaintPU
Request Information
URI Parameters
None.
Body Parameters
ClassAPIRequest_GenerateDebitNoteAgaintsPU| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchShortName | string |
None. |
|
| BranchCode | integer |
None. |
|
| GRN_Prefix | string |
None. |
|
| GRN_Number | integer |
None. |
|
| Bill_No | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchShortName": "sample string 1",
"BranchCode": 2,
"GRN_Prefix": "sample string 3",
"GRN_Number": 4,
"Bill_No": "sample string 5"
}
application/xml, text/xml
Sample:
<ClassAPIRequest_GenerateDebitNoteAgaintsPU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Logic.NET.API.Base"> <Bill_No>sample string 5</Bill_No> <BranchCode>2</BranchCode> <BranchShortName>sample string 1</BranchShortName> <GRN_Number>4</GRN_Number> <GRN_Prefix>sample string 3</GRN_Prefix> </ClassAPIRequest_GenerateDebitNoteAgaintsPU>
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. |