POST api/Master/UploadChgCodeToGlMapping

Request Information

URI Parameters

None.

Body Parameters

UploadChgCode
NameDescriptionTypeAdditional information
CGM_ID

integer

None.

CGM_CHG_CODE

string

None.

CGM_PR_REV_GL_CODE

string

None.

CGM_PR_EXP_GL_CODE

string

None.

CGM_AG_REV_GL_CODE

string

None.

CGM_AG_EXP_GL_CODE

string

None.

CGM_SHIP_TYPE_CODE

string

None.

CGM_BL_TYPE_CODE

string

None.

CGM_VALID_FROM

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CGM_ID": 1,
  "CGM_CHG_CODE": "sample string 1",
  "CGM_PR_REV_GL_CODE": "sample string 2",
  "CGM_PR_EXP_GL_CODE": "sample string 3",
  "CGM_AG_REV_GL_CODE": "sample string 4",
  "CGM_AG_EXP_GL_CODE": "sample string 5",
  "CGM_SHIP_TYPE_CODE": "sample string 6",
  "CGM_BL_TYPE_CODE": "sample string 7",
  "CGM_VALID_FROM": "2025-12-06T05:20:46.0461069+00:00"
}

application/xml, text/xml

Sample:
<UploadChgCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CGM_AG_EXP_GL_CODE>sample string 5</CGM_AG_EXP_GL_CODE>
  <CGM_AG_REV_GL_CODE>sample string 4</CGM_AG_REV_GL_CODE>
  <CGM_BL_TYPE_CODE>sample string 7</CGM_BL_TYPE_CODE>
  <CGM_CHG_CODE>sample string 1</CGM_CHG_CODE>
  <CGM_ID>1</CGM_ID>
  <CGM_PR_EXP_GL_CODE>sample string 3</CGM_PR_EXP_GL_CODE>
  <CGM_PR_REV_GL_CODE>sample string 2</CGM_PR_REV_GL_CODE>
  <CGM_SHIP_TYPE_CODE>sample string 6</CGM_SHIP_TYPE_CODE>
  <CGM_VALID_FROM>2025-12-06T05:20:46.0461069+00:00</CGM_VALID_FROM>
</UploadChgCode>

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.