POST api/v1/TallyHeadSave
Request Information
URI Parameters
None.
Body Parameters
TallyHeadSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ID | integer |
None. |
|
| LocID | integer |
None. |
|
| AccType | string |
None. |
|
| TallyHead | string |
None. |
|
| Gateway | string |
None. |
|
| GSTPer | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ID": 2,
"LocID": 3,
"AccType": "sample string 4",
"TallyHead": "sample string 5",
"Gateway": "sample string 6",
"GSTPer": 7.0
}
application/xml, text/xml
Sample:
<TallyHeadSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AccType>sample string 4</AccType> <GSTPer>7</GSTPer> <Gateway>sample string 6</Gateway> <ID>2</ID> <LocID>3</LocID> <Mode>sample string 1</Mode> <TallyHead>sample string 5</TallyHead> </TallyHeadSaveInput>
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. |