POST ChiSo/GhiChiSo
Request Information
URI Parameters
None.
Body Parameters
GhiChiSoInfoName | Description | Type | Additional information |
---|---|---|---|
IDKH | string |
None. |
|
THANG | integer |
None. |
|
NAM | integer |
None. |
|
TTGHICS | string |
None. |
|
CHISOCUOI | integer |
None. |
|
KLTIEUTHU | integer |
None. |
|
MANVCS | string |
None. |
|
KINHDO | string |
None. |
|
VIDO | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDKH": "sample string 1", "THANG": 2, "NAM": 3, "TTGHICS": "sample string 4", "CHISOCUOI": 5, "KLTIEUTHU": 6, "MANVCS": "sample string 7", "KINHDO": "sample string 8", "VIDO": "sample string 9" }
application/xml, text/xml
Sample:
<GhiChiSoInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSCRM.Dao.Class"> <CHISOCUOI>5</CHISOCUOI> <IDKH>sample string 1</IDKH> <KINHDO>sample string 8</KINHDO> <KLTIEUTHU>6</KLTIEUTHU> <MANVCS>sample string 7</MANVCS> <NAM>3</NAM> <THANG>2</THANG> <TTGHICS>sample string 4</TTGHICS> <VIDO>sample string 9</VIDO> </GhiChiSoInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.