POST Jofotara/InsertFotwara
Request Information
URI Parameters
None.
Body Parameters
JofotaraRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| HashedXML | string |
None. |
|
| AccSalesTypeNo | integer |
None. |
|
| InvoiceID | string |
None. |
|
| QrCode | string |
None. |
|
| FotwaraXML | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HashedXML": "sample string 1",
"AccSalesTypeNo": 2,
"InvoiceID": "sample string 3",
"QrCode": "sample string 4",
"FotwaraXML": "sample string 5"
}
application/xml, text/xml
Sample:
<JofotaraRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO"> <AccSalesTypeNo>2</AccSalesTypeNo> <FotwaraXML>sample string 5</FotwaraXML> <HashedXML>sample string 1</HashedXML> <InvoiceID>sample string 3</InvoiceID> <QrCode>sample string 4</QrCode> </JofotaraRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| IsScusses | boolean |
None. |
|
| ResponseDetails | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"IsScusses": true,
"ResponseDetails": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <IsScusses>true</IsScusses> <ResponseDetails /> </Response>