GET api/Post_TallySyncStatus
Request Information
URI Parameters
None.
Body Parameters
MTallySyncLsts| Name | Description | Type | Additional information |
|---|---|---|---|
| TallySyncDataLsts | Collection of MTallySyncStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"TallySyncDataLsts": [
{
"StoreCode": "sample string 1",
"DocNo": "sample string 2",
"DocType": "sample string 3",
"TallySyncStatus": "sample string 4"
},
{
"StoreCode": "sample string 1",
"DocNo": "sample string 2",
"DocType": "sample string 3",
"TallySyncStatus": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<MTallySyncLsts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IndmercTallySQL.Models">
<TallySyncDataLsts>
<MTallySyncStatus>
<DocNo>sample string 2</DocNo>
<DocType>sample string 3</DocType>
<StoreCode>sample string 1</StoreCode>
<TallySyncStatus>sample string 4</TallySyncStatus>
</MTallySyncStatus>
<MTallySyncStatus>
<DocNo>sample string 2</DocNo>
<DocType>sample string 3</DocType>
<StoreCode>sample string 1</StoreCode>
<TallySyncStatus>sample string 4</TallySyncStatus>
</MTallySyncStatus>
</TallySyncDataLsts>
</MTallySyncLsts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.