POST api/Remittance
Request Information
URI Parameters
None.
Body Parameters
RemittanceViewModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Vender | VenderViewModels |
None. |
|
| Account | AccountViewModels |
None. |
|
| Price | integer |
None. |
|
| QuoteId | string |
None. |
|
| TimeStamp | date |
None. |
|
| Remark | string |
None. |
|
| Unpay | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Vender": {
"Id": 1,
"Name": "sample string 2"
},
"Account": {
"Id": "sample string 1",
"Name": "sample string 2",
"Store": 3
},
"Price": 1,
"QuoteId": "sample string 2",
"TimeStamp": "2026-02-14T08:05:45.2669321+08:00",
"Remark": "sample string 4",
"Unpay": 5
}
application/xml, text/xml
Sample:
<RemittanceViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.PurchaceOrder">
<Account xmlns:d2p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Account">
<d2p1:Id>sample string 1</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</Account>
<Price>1</Price>
<QuoteId>sample string 2</QuoteId>
<Remark>sample string 4</Remark>
<Unpay>5</Unpay>
<Vender xmlns:d2p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Vender">
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</Vender>
</RemittanceViewModels>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemittanceViewModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Vender | VenderViewModels |
None. |
|
| Account | AccountViewModels |
None. |
|
| Price | integer |
None. |
|
| QuoteId | string |
None. |
|
| TimeStamp | date |
None. |
|
| Remark | string |
None. |
|
| Unpay | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Vender": {
"Id": 1,
"Name": "sample string 2"
},
"Account": {
"Id": "sample string 1",
"Name": "sample string 2",
"Store": 3
},
"Price": 1,
"QuoteId": "sample string 2",
"TimeStamp": "2026-02-14T08:05:45.2981711+08:00",
"Remark": "sample string 4",
"Unpay": 5
}
application/xml, text/xml
Sample:
<RemittanceViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.PurchaceOrder">
<Account xmlns:d2p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Account">
<d2p1:Id>sample string 1</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</Account>
<Price>1</Price>
<QuoteId>sample string 2</QuoteId>
<Remark>sample string 4</Remark>
<Unpay>5</Unpay>
<Vender xmlns:d2p1="http://schemas.datacontract.org/2004/07/JmplusAPI.ViewModels.Vender">
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 2</d2p1:Name>
</Vender>
</RemittanceViewModels>