POST api/Master/GetChargeGroupMaster

Request Information

URI Parameters

None.

Body Parameters

GroupMaster
NameDescriptionTypeAdditional information
CGG_ID

integer

None.

CGG_CODE

string

None.

CGG_DESC

string

None.

CGG_NOTES

string

None.

CGG_PROGRAM_ID

string

None.

CGG_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CGG_ID": 1,
  "CGG_CODE": "sample string 1",
  "CGG_DESC": "sample string 2",
  "CGG_NOTES": "sample string 3",
  "CGG_PROGRAM_ID": "sample string 4",
  "CGG_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<GroupMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CGG_CODE>sample string 1</CGG_CODE>
  <CGG_CREATED_BY>1</CGG_CREATED_BY>
  <CGG_DESC>sample string 2</CGG_DESC>
  <CGG_ID>1</CGG_ID>
  <CGG_NOTES>sample string 3</CGG_NOTES>
  <CGG_PROGRAM_ID>sample string 4</CGG_PROGRAM_ID>
</GroupMaster>

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.