POST Common/api/Data/PurchaseOrder
Request Information
URI Parameters
None.
Body Parameters
Purchaseorder_retailer_model| Name | Description | Type | Additional information |
|---|---|---|---|
| payto | string |
None. |
|
| hdPaymentMode | string |
None. |
|
| hdPaymentAmount | string |
None. |
|
| hdMDDepositeSlipNo | string |
None. |
|
| hdMDTransferType | string |
None. |
|
| hdMDcollection | string |
None. |
|
| hdMDComments | string |
None. |
|
| hdMDBank | string |
None. |
|
| hdsupraccno | string |
None. |
|
| hdMDaccountno | string |
None. |
|
| hdMDutrno | string |
None. |
|
| hdMDwallet | string |
None. |
|
| hdMDwalletno | string |
None. |
|
| hdMDtransationno | string |
None. |
|
| hdMDsettelment | string |
None. |
|
| hdMDCreditDetail | string |
None. |
|
| hdMDsubject | string |
None. |
|
| ROLE | string |
None. |
|
| value1 | string |
None. |
|
| value2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"payto": "sample string 1",
"hdPaymentMode": "sample string 2",
"hdPaymentAmount": "sample string 3",
"hdMDDepositeSlipNo": "sample string 4",
"hdMDTransferType": "sample string 5",
"hdMDcollection": "sample string 6",
"hdMDComments": "sample string 7",
"hdMDBank": "sample string 8",
"hdsupraccno": "sample string 9",
"hdMDaccountno": "sample string 10",
"hdMDutrno": "sample string 11",
"hdMDwallet": "sample string 12",
"hdMDwalletno": "sample string 13",
"hdMDtransationno": "sample string 14",
"hdMDsettelment": "sample string 15",
"hdMDCreditDetail": "sample string 16",
"hdMDsubject": "sample string 17",
"ROLE": "sample string 18",
"value1": "sample string 19",
"value2": "sample string 20"
}
application/xml, text/xml
Sample:
<Purchaseorder_retailer_model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhiteLabelApp.Models"> <ROLE>sample string 18</ROLE> <hdMDBank>sample string 8</hdMDBank> <hdMDComments>sample string 7</hdMDComments> <hdMDCreditDetail>sample string 16</hdMDCreditDetail> <hdMDDepositeSlipNo>sample string 4</hdMDDepositeSlipNo> <hdMDTransferType>sample string 5</hdMDTransferType> <hdMDaccountno>sample string 10</hdMDaccountno> <hdMDcollection>sample string 6</hdMDcollection> <hdMDsettelment>sample string 15</hdMDsettelment> <hdMDsubject>sample string 17</hdMDsubject> <hdMDtransationno>sample string 14</hdMDtransationno> <hdMDutrno>sample string 11</hdMDutrno> <hdMDwallet>sample string 12</hdMDwallet> <hdMDwalletno>sample string 13</hdMDwalletno> <hdPaymentAmount>sample string 3</hdPaymentAmount> <hdPaymentMode>sample string 2</hdPaymentMode> <hdsupraccno>sample string 9</hdsupraccno> <payto>sample string 1</payto> <value1>sample string 19</value1> <value2>sample string 20</value2> </Purchaseorder_retailer_model>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.