POST api/ERPDataUpdate/CreateShipmentSyncToMovamSingle
Request Information
URI Parameters
None.
Body Parameters
GetMovaSyncData| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceSync | Collection of GetMovamSyncInvoicesResponse |
None. |
|
| AddressSync | Collection of GetAddressSyncResponse |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceSync": [
{
"InvhSysId": 1,
"GroupId": 2
},
{
"InvhSysId": 1,
"GroupId": 2
}
],
"AddressSync": [
{
"GroupId": 1,
"AddressCode": "sample string 2",
"PhoneNumber": "sample string 3"
},
{
"GroupId": 1,
"AddressCode": "sample string 2",
"PhoneNumber": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<GetMovaSyncData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model.Movam">
<AddressSync>
<GetAddressSyncResponse>
<AddressCode>sample string 2</AddressCode>
<GroupId>1</GroupId>
<PhoneNumber>sample string 3</PhoneNumber>
</GetAddressSyncResponse>
<GetAddressSyncResponse>
<AddressCode>sample string 2</AddressCode>
<GroupId>1</GroupId>
<PhoneNumber>sample string 3</PhoneNumber>
</GetAddressSyncResponse>
</AddressSync>
<InvoiceSync>
<GetMovamSyncInvoicesResponse>
<GroupId>2</GroupId>
<InvhSysId>1</InvhSysId>
</GetMovamSyncInvoicesResponse>
<GetMovamSyncInvoicesResponse>
<GroupId>2</GroupId>
<InvhSysId>1</InvhSysId>
</GetMovamSyncInvoicesResponse>
</InvoiceSync>
</GetMovaSyncData>
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.