POST Admin/CarCustomers/Bind
Request Information
URI Parameters
None.
Body Parameters
CustomerCarMapName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CustomerId | integer |
None. |
|
CarInfoId | integer |
None. |
|
CreatedDate | date |
None. |
|
CreatedUserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "CustomerId": 2, "CarInfoId": 3, "CreatedDate": "2025-07-17T18:41:56.0800441+08:00", "CreatedUserId": 5 }
application/xml, text/xml
Sample:
<CustomerCarMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Core"> <CarInfoId>3</CarInfoId> <CreatedDate>2025-07-17T18:41:56.0800441+08:00</CreatedDate> <CreatedUserId>5</CreatedUserId> <CustomerId>2</CustomerId> <Id>1</Id> </CustomerCarMap>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.