GET api/v1/{posId}/priceagreementregister
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerPriceAgreementRegister| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | string |
None. |
|
| AgreementNo | string |
None. |
|
| CustomerNo | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| VisionSyncTimestamp | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StoreID": "sample string 1",
"AgreementNo": "sample string 2",
"CustomerNo": "sample string 3",
"IsDeleted": true,
"VisionSyncTimestamp": "2026-01-30T15:49:34.7604446+01:00"
},
{
"StoreID": "sample string 1",
"AgreementNo": "sample string 2",
"CustomerNo": "sample string 3",
"IsDeleted": true,
"VisionSyncTimestamp": "2026-01-30T15:49:34.7604446+01:00"
}
]
text/html
Sample:
[{"StoreID":"sample string 1","AgreementNo":"sample string 2","CustomerNo":"sample string 3","IsDeleted":true,"VisionSyncTimestamp":"2026-01-30T15:49:34.7604446+01:00"},{"StoreID":"sample string 1","AgreementNo":"sample string 2","CustomerNo":"sample string 3","IsDeleted":true,"VisionSyncTimestamp":"2026-01-30T15:49:34.7604446+01:00"}]
application/xml, text/xml
Sample:
<Root>
<Data>
<StoreID>sample string 1</StoreID>
<AgreementNo>sample string 2</AgreementNo>
<CustomerNo>sample string 3</CustomerNo>
<IsDeleted>true</IsDeleted>
<VisionSyncTimestamp>2026-01-30T15:49:34.7604446+01:00</VisionSyncTimestamp>
</Data>
<Data>
<StoreID>sample string 1</StoreID>
<AgreementNo>sample string 2</AgreementNo>
<CustomerNo>sample string 3</CustomerNo>
<IsDeleted>true</IsDeleted>
<VisionSyncTimestamp>2026-01-30T15:49:34.7604446+01:00</VisionSyncTimestamp>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.