GET api/ProductVendorUser
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProductVendorUserData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ProductCustomInfoId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "c8df70c1-cfa5-4290-892a-4db8c4005e28",
"ClientId": "6e5713bf-b403-4f20-a4da-ae763e6c9667",
"UserId": "4e72412c-48e2-4f58-9f9f-cbf530238632",
"ProductCustomInfoId": "3b79b2ab-3b38-4c8f-8bde-9fddb2435f83",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:41:37.2179137-05:00"
},
{
"Id": "c8df70c1-cfa5-4290-892a-4db8c4005e28",
"ClientId": "6e5713bf-b403-4f20-a4da-ae763e6c9667",
"UserId": "4e72412c-48e2-4f58-9f9f-cbf530238632",
"ProductCustomInfoId": "3b79b2ab-3b38-4c8f-8bde-9fddb2435f83",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:41:37.2179137-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductVendorUserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<ProductVendorUserData>
<ClientId>6e5713bf-b403-4f20-a4da-ae763e6c9667</ClientId>
<Id>c8df70c1-cfa5-4290-892a-4db8c4005e28</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<ProductCustomInfoId>3b79b2ab-3b38-4c8f-8bde-9fddb2435f83</ProductCustomInfoId>
<Updated>2025-12-15T23:41:37.2179137-05:00</Updated>
<UserId>4e72412c-48e2-4f58-9f9f-cbf530238632</UserId>
</ProductVendorUserData>
<ProductVendorUserData>
<ClientId>6e5713bf-b403-4f20-a4da-ae763e6c9667</ClientId>
<Id>c8df70c1-cfa5-4290-892a-4db8c4005e28</Id>
<Identifier>sample string 2</Identifier>
<Name>sample string 3</Name>
<ProductCustomInfoId>3b79b2ab-3b38-4c8f-8bde-9fddb2435f83</ProductCustomInfoId>
<Updated>2025-12-15T23:41:37.2179137-05:00</Updated>
<UserId>4e72412c-48e2-4f58-9f9f-cbf530238632</UserId>
</ProductVendorUserData>
</ArrayOfProductVendorUserData>