POST api/InternalOrder/InternalOrderList

Request Information

URI Parameters

None.

Body Parameters

CustomInternalOrder
NameDescriptionTypeAdditional information
InternalOrderId

integer

None.

InternalOrderCode

string

None.

Description

string

None.

CostCenterCode

string

None.

CompanyCode

string

None.

Year

integer

None.

Active

boolean

None.

CreatedBy

integer

None.

CreatedDate

string

None.

ModifiedBy

integer

None.

ModifiedDate

string

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalOrderId": 1,
  "InternalOrderCode": "sample string 1",
  "Description": "sample string 2",
  "CostCenterCode": "sample string 3",
  "CompanyCode": "sample string 4",
  "Year": 5,
  "Active": true,
  "CreatedBy": 1,
  "CreatedDate": "sample string 6",
  "ModifiedBy": 1,
  "ModifiedDate": "sample string 7",
  "userPrincipalName": "sample string 8",
  "connectionString": "sample string 9",
  "SecretId": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

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.