POST api/CustomerMaster/CustomerIntRepDetail

Request Information

URI Parameters

None.

Body Parameters

C_CustomerIntRepDetailHistory
NameDescriptionTypeAdditional 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": "2024-04-27T15:42:19.0225113+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>2024-04-27T15:42:19.0225113+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'C_CustomerIntRepDetailHistory'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.