POST api/CustomerMaster/CustomerIntRepDetail
Request Information
URI Parameters
None.
Body Parameters
C_CustomerIntRepDetailHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OldEmployeeCode | string |
None. |
|
| CustomerCode | string |
None. |
|
| NewEmployeeCode | string |
None. |
|
| GroupId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"OldEmployeeCode": "sample string 2",
"CustomerCode": "sample string 3",
"NewEmployeeCode": "sample string 4",
"GroupId": 1,
"CreatedBy": 1,
"CreatedOn": "2025-12-15T20:37:21.8135772+00:00"
}
application/xml, text/xml
Sample:
<C_CustomerIntRepDetailHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-15T20:37:21.8135772+00:00</CreatedOn> <CustomerCode>sample string 3</CustomerCode> <GroupId>1</GroupId> <Id>1</Id> <NewEmployeeCode>sample string 4</NewEmployeeCode> <OldEmployeeCode>sample string 2</OldEmployeeCode> </C_CustomerIntRepDetailHistory>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |