PUT api/CustomerCreditLimit

Request Information

URI Parameters

None.

Body Parameters

C_CustomerOverDueCreditLimit
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerCode

string

None.

CreditLimit

integer

None.

ActiveFlag

string

None.

AutoGeneratedCode

string

None.

ValidDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CustomerCode": "sample string 2",
  "CreditLimit": 1,
  "ActiveFlag": "sample string 3",
  "AutoGeneratedCode": "sample string 4",
  "ValidDate": "2024-04-28T18:45:09.086388+00:00"
}

application/xml, text/xml

Sample:
<C_CustomerOverDueCreditLimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <ActiveFlag>sample string 3</ActiveFlag>
  <AutoGeneratedCode>sample string 4</AutoGeneratedCode>
  <CreditLimit>1</CreditLimit>
  <CustomerCode>sample string 2</CustomerCode>
  <Id>1</Id>
  <ValidDate>2024-04-28T18:45:09.086388+00:00</ValidDate>
</C_CustomerOverDueCreditLimit>

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_CustomerOverDueCreditLimit'.

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.