POST api/v1/ChallanSave
Request Information
URI Parameters
None.
Body Parameters
CHSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FinyrID | integer |
None. |
|
| UserID | integer |
None. |
|
| Mode | string |
None. |
|
| VendorID | integer |
None. |
|
| LocID | integer |
None. |
|
| CHNo | string |
None. |
|
| CHDate | date |
None. |
|
| VendInvNo | string |
None. |
|
| VendInvDate | date |
None. |
|
| json | string |
None. |
|
| POID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"FinyrID": 2,
"UserID": 3,
"Mode": "sample string 4",
"VendorID": 5,
"LocID": 6,
"CHNo": "sample string 7",
"CHDate": "2025-12-06T09:28:16.1431126+05:30",
"VendInvNo": "sample string 8",
"VendInvDate": "2025-12-06T09:28:16.1431126+05:30",
"json": "sample string 9",
"POID": 10
}
application/xml, text/xml
Sample:
<CHSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CHDate>2025-12-06T09:28:16.1431126+05:30</CHDate> <CHNo>sample string 7</CHNo> <FinyrID>2</FinyrID> <ID>1</ID> <LocID>6</LocID> <Mode>sample string 4</Mode> <POID>10</POID> <UserID>3</UserID> <VendInvDate>2025-12-06T09:28:16.1431126+05:30</VendInvDate> <VendInvNo>sample string 8</VendInvNo> <VendorID>5</VendorID> <json>sample string 9</json> </CHSaveInput>
application/x-www-form-urlencoded
Sample:
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. |