POST api/GeneralMaster/UploadGeneralMaster
Request Information
URI Parameters
None.
Body Parameters
UploadGeneralCode| Name | Description | Type | Additional information |
|---|---|---|---|
| gm_id | integer |
None. |
|
| gm_code | string |
None. |
|
| gm_code_f | string |
None. |
|
| gm_name | string |
None. |
|
| gm_status | string |
None. |
|
| gm_reference_code | string |
None. |
|
| gm_key_value | string |
None. |
|
| gm_created_by | integer |
None. |
|
| gm_remarks | string |
None. |
|
| gm_comp_id | integer |
None. |
|
| gm_order | integer |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| gm_status_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"gm_id": 1,
"gm_code": "sample string 1",
"gm_code_f": "sample string 2",
"gm_name": "sample string 3",
"gm_status": "sample string 4",
"gm_reference_code": "sample string 5",
"gm_key_value": "sample string 6",
"gm_created_by": 1,
"gm_remarks": "sample string 7",
"gm_comp_id": 1,
"gm_order": 1,
"start": 1,
"length": 1,
"gm_status_name": "sample string 8"
}
application/xml, text/xml
Sample:
<UploadGeneralCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <gm_code>sample string 1</gm_code> <gm_code_f>sample string 2</gm_code_f> <gm_comp_id>1</gm_comp_id> <gm_created_by>1</gm_created_by> <gm_id>1</gm_id> <gm_key_value>sample string 6</gm_key_value> <gm_name>sample string 3</gm_name> <gm_order>1</gm_order> <gm_reference_code>sample string 5</gm_reference_code> <gm_remarks>sample string 7</gm_remarks> <gm_status>sample string 4</gm_status> <gm_status_name>sample string 8</gm_status_name> <length>1</length> <start>1</start> </UploadGeneralCode>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |