GET api/ProductVendorUser/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "28a3e29f-8a9c-46c2-88b1-2baf8b565805",
"ClientId": "d6528aa7-ca5f-4196-afa3-dc69a5cba9ea",
"UserId": "18f839cc-5896-41be-9e2d-a941e2c3c7b7",
"ProductCustomInfoId": "33dffa01-5d56-4b19-9960-8dfdb781d72a",
"Identifier": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:43:25.7508534-05:00"
}
application/xml, text/xml
Sample:
<ProductVendorUserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <ClientId>d6528aa7-ca5f-4196-afa3-dc69a5cba9ea</ClientId> <Id>28a3e29f-8a9c-46c2-88b1-2baf8b565805</Id> <Identifier>sample string 2</Identifier> <Name>sample string 3</Name> <ProductCustomInfoId>33dffa01-5d56-4b19-9960-8dfdb781d72a</ProductCustomInfoId> <Updated>2025-12-15T23:43:25.7508534-05:00</Updated> <UserId>18f839cc-5896-41be-9e2d-a941e2c3c7b7</UserId> </ProductVendorUserData>