POST api/Invoicematbao/Hdon
Request Information
URI Parameters
None.
Body Parameters
Matbao_Hdon_SendName | Description | Type | Additional information |
---|---|---|---|
MatkhauApi | string |
None. |
|
xmlData | string |
None. |
|
mstNnt | string |
None. |
|
ma_dvcs | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MatkhauApi": "sample string 1", "xmlData": "sample string 2", "mstNnt": "sample string 3", "ma_dvcs": "sample string 4" }
application/xml, text/xml
Sample:
<Matbao_Hdon_Send xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_invoice"> <MatkhauApi>sample string 1</MatkhauApi> <ma_dvcs>sample string 4</ma_dvcs> <mstNnt>sample string 3</mstNnt> <xmlData>sample string 2</xmlData> </Matbao_Hdon_Send>
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.