POST api/CustomerParentChild
Creates new Customer Parent Child.
Request Information
URI Parameters
None.
Body Parameters
CustomerParentChild.
CustomerParentChild| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | string |
None. |
|
| ParentCustomerId | integer |
None. |
|
| ChildCustomerId | integer |
None. |
|
| CustomerParentChildId | integer |
None. |
|
| CustomerParentChildGlobalId | string |
None. |
|
| OrganizationId | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UpdateType": "sample string 1",
"ParentCustomerId": 2,
"ChildCustomerId": 3,
"CustomerParentChildId": 4,
"CustomerParentChildGlobalId": "sample string 5",
"OrganizationId": 1,
"UpdatedDate": "2025-12-12T10:39:36.6241072+00:00",
"UpdatedBy": "sample string 6"
}
application/xml, text/xml
Sample:
<CustomerParentChild xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <ChildCustomerId>3</ChildCustomerId> <CustomerParentChildGlobalId>sample string 5</CustomerParentChildGlobalId> <CustomerParentChildId>4</CustomerParentChildId> <OrganizationId>1</OrganizationId> <ParentCustomerId>2</ParentCustomerId> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 6</UpdatedBy> <UpdatedDate>2025-12-12T10:39:36.6241072+00:00</UpdatedDate> </CustomerParentChild>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CustomerParentChild| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateType | string |
None. |
|
| ParentCustomerId | integer |
None. |
|
| ChildCustomerId | integer |
None. |
|
| CustomerParentChildId | integer |
None. |
|
| CustomerParentChildGlobalId | string |
None. |
|
| OrganizationId | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UpdateType": "sample string 1",
"ParentCustomerId": 2,
"ChildCustomerId": 3,
"CustomerParentChildId": 4,
"CustomerParentChildGlobalId": "sample string 5",
"OrganizationId": 1,
"UpdatedDate": "2025-12-12T10:39:36.6541811+00:00",
"UpdatedBy": "sample string 6"
}
application/xml, text/xml
Sample:
<CustomerParentChild xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <ChildCustomerId>3</ChildCustomerId> <CustomerParentChildGlobalId>sample string 5</CustomerParentChildGlobalId> <CustomerParentChildId>4</CustomerParentChildId> <OrganizationId>1</OrganizationId> <ParentCustomerId>2</ParentCustomerId> <UpdateType>sample string 1</UpdateType> <UpdatedBy>sample string 6</UpdatedBy> <UpdatedDate>2025-12-12T10:39:36.6541811+00:00</UpdatedDate> </CustomerParentChild>