GET api/Remittance/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Purchace_Order_Remittance| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Price | integer |
None. |
|
| Enable | boolean |
None. |
|
| Operator | string |
None. |
|
| TimeStamp | date |
None. |
|
| Remark | string |
None. |
|
| VenderId | integer |
None. |
|
| Remittance | boolean |
None. |
|
| QuoteId | string |
None. |
|
| Unpay | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Price": 2,
"Enable": true,
"Operator": "sample string 4",
"TimeStamp": "2026-02-14T08:08:55.3102975+08:00",
"Remark": "sample string 6",
"VenderId": 7,
"Remittance": true,
"QuoteId": "sample string 9",
"Unpay": 10
}
application/xml, text/xml
Sample:
<Purchace_Order_Remittance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI"> <Enable>true</Enable> <Id>1</Id> <Operator>sample string 4</Operator> <Price>2</Price> <QuoteId>sample string 9</QuoteId> <Remark>sample string 6</Remark> <Remittance>true</Remittance> <TimeStamp>2026-02-14T08:08:55.3102975+08:00</TimeStamp> <Unpay>10</Unpay> <VenderId>7</VenderId> </Purchace_Order_Remittance>