POST api/UnifyDataSync/PaymentDataSync
Request Information
URI Parameters
None.
Body Parameters
Collection of PaymentDataSyncRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ProductName | string |
None. |
|
| PaymentStatus | integer |
None. |
|
| PaymentType | integer |
None. |
|
| TranscationAmount | integer |
None. |
|
| TranscationID | string |
None. |
|
| TranscationDate | date |
None. |
|
| CompanyCode | string |
None. |
|
| AccountNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"ProductName": "sample string 2",
"PaymentStatus": 3,
"PaymentType": 4,
"TranscationAmount": 5,
"TranscationID": "sample string 6",
"TranscationDate": "2026-05-31T23:19:49.2793793+08:00",
"CompanyCode": "sample string 8",
"AccountNumber": "sample string 9"
},
{
"Id": "sample string 1",
"ProductName": "sample string 2",
"PaymentStatus": 3,
"PaymentType": 4,
"TranscationAmount": 5,
"TranscationID": "sample string 6",
"TranscationDate": "2026-05-31T23:19:49.2793793+08:00",
"CompanyCode": "sample string 8",
"AccountNumber": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfPaymentDataSyncRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<PaymentDataSyncRequest>
<AccountNumber>sample string 9</AccountNumber>
<CompanyCode>sample string 8</CompanyCode>
<Id>sample string 1</Id>
<PaymentStatus>3</PaymentStatus>
<PaymentType>4</PaymentType>
<ProductName>sample string 2</ProductName>
<TranscationAmount>5</TranscationAmount>
<TranscationDate>2026-05-31T23:19:49.2793793+08:00</TranscationDate>
<TranscationID>sample string 6</TranscationID>
</PaymentDataSyncRequest>
<PaymentDataSyncRequest>
<AccountNumber>sample string 9</AccountNumber>
<CompanyCode>sample string 8</CompanyCode>
<Id>sample string 1</Id>
<PaymentStatus>3</PaymentStatus>
<PaymentType>4</PaymentType>
<ProductName>sample string 2</ProductName>
<TranscationAmount>5</TranscationAmount>
<TranscationDate>2026-05-31T23:19:49.2793793+08:00</TranscationDate>
<TranscationID>sample string 6</TranscationID>
</PaymentDataSyncRequest>
</ArrayOfPaymentDataSyncRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfPaymentDataSyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | PaymentDataSyncResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.