GET api/VendorVDPReport/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
VendorVDPReportData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| VDPReportId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "43ee5359-7015-400b-b50b-d3c22fe87efc",
"ClientId": "ac98c9dc-fa59-4495-9580-4e34a72226b9",
"VDPReportId": "18ff586d-9f14-4e7f-b685-0b66dd6632a6",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:43:57.0602118-05:00"
}
application/xml, text/xml
Sample:
<VendorVDPReportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <ClientId>ac98c9dc-fa59-4495-9580-4e34a72226b9</ClientId> <Id>43ee5359-7015-400b-b50b-d3c22fe87efc</Id> <Identifier>sample string 2</Identifier> <Name>sample string 3</Name> <Updated>2025-12-15T23:43:57.0602118-05:00</Updated> <VDPReportId>18ff586d-9f14-4e7f-b685-0b66dd6632a6</VDPReportId> </VendorVDPReportData>