POST V3/savecode/{COMcode}/creditor
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5L_CreditorDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CV_no | integer |
None. |
|
| CV_code | string |
None. |
|
| CV_group | string |
None. |
|
| CV_codeEtax | string |
None. |
|
| CV_globalID | string |
None. |
|
| CV_nameT | string |
None. |
|
| CV_nameE | string |
None. |
|
| CV_contactT | string |
None. |
|
| CV_contactE | string |
None. |
|
| CV_add1T | string |
None. |
|
| CV_add2T | string |
None. |
|
| CV_add3T | string |
None. |
|
| CV_add1E | string |
None. |
|
| CV_add2E | string |
None. |
|
| CV_add3E | string |
None. |
|
| CV_tel | string |
None. |
|
| CV_taxnum | string |
None. |
|
| CV_zone | string |
None. |
|
| CV_grade | string |
None. |
|
| CV_limit | decimal number |
None. |
|
| CV_vatRate | decimal number |
None. |
|
| CV_termDays | integer |
None. |
|
| CV_date | date |
None. |
|
| CV_lock | integer |
None. |
|
| CV_hide | integer |
None. |
|
| CV_flow | integer |
None. |
|
| CV_fax | string |
None. |
|
| CV_email | string |
None. |
|
| CV_target | decimal number |
None. |
|
| CV_memo | string |
None. |
|
| CV_acc | string |
None. |
|
| CV_othername | string |
None. |
|
| CV_price | string |
None. |
|
| CV_ref | string |
None. |
|
| CV_cardID | string |
None. |
|
| CV_openCN | integer |
None. |
|
| CV_branch | string |
None. |
|
| CV_taxClass | integer |
None. |
|
| CV_ccy | integer |
None. |
|
| CV_cnect | integer |
None. |
|
| CV_editDT | date |
None. |
|
| CV_editUSR | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CV_no": 1,
"CV_code": "sample string 2",
"CV_group": "sample string 3",
"CV_codeEtax": "sample string 4",
"CV_globalID": "sample string 5",
"CV_nameT": "sample string 6",
"CV_nameE": "sample string 7",
"CV_contactT": "sample string 8",
"CV_contactE": "sample string 9",
"CV_add1T": "sample string 10",
"CV_add2T": "sample string 11",
"CV_add3T": "sample string 12",
"CV_add1E": "sample string 13",
"CV_add2E": "sample string 14",
"CV_add3E": "sample string 15",
"CV_tel": "sample string 16",
"CV_taxnum": "sample string 17",
"CV_zone": "sample string 18",
"CV_grade": "sample string 19",
"CV_limit": 20.1,
"CV_vatRate": 21.1,
"CV_termDays": 22,
"CV_date": "2026-02-04T09:46:47.1245439+07:00",
"CV_lock": 24,
"CV_hide": 25,
"CV_flow": 26,
"CV_fax": "sample string 27",
"CV_email": "sample string 28",
"CV_target": 29.1,
"CV_memo": "sample string 30",
"CV_acc": "sample string 31",
"CV_othername": "sample string 32",
"CV_price": "sample string 33",
"CV_ref": "sample string 34",
"CV_cardID": "sample string 35",
"CV_openCN": 36,
"CV_branch": "sample string 37",
"CV_taxClass": 38,
"CV_ccy": 39,
"CV_cnect": 40,
"CV_editDT": "2026-02-04T09:46:47.1245439+07:00",
"CV_editUSR": "sample string 42"
}
application/xml, text/xml
Sample:
<M5L_CreditorDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <CV_acc>sample string 31</CV_acc> <CV_add1E>sample string 13</CV_add1E> <CV_add1T>sample string 10</CV_add1T> <CV_add2E>sample string 14</CV_add2E> <CV_add2T>sample string 11</CV_add2T> <CV_add3E>sample string 15</CV_add3E> <CV_add3T>sample string 12</CV_add3T> <CV_branch>sample string 37</CV_branch> <CV_cardID>sample string 35</CV_cardID> <CV_ccy>39</CV_ccy> <CV_cnect>40</CV_cnect> <CV_code>sample string 2</CV_code> <CV_codeEtax>sample string 4</CV_codeEtax> <CV_contactE>sample string 9</CV_contactE> <CV_contactT>sample string 8</CV_contactT> <CV_date>2026-02-04T09:46:47.1245439+07:00</CV_date> <CV_editDT>2026-02-04T09:46:47.1245439+07:00</CV_editDT> <CV_editUSR>sample string 42</CV_editUSR> <CV_email>sample string 28</CV_email> <CV_fax>sample string 27</CV_fax> <CV_flow>26</CV_flow> <CV_globalID>sample string 5</CV_globalID> <CV_grade>sample string 19</CV_grade> <CV_group>sample string 3</CV_group> <CV_hide>25</CV_hide> <CV_limit>20.1</CV_limit> <CV_lock>24</CV_lock> <CV_memo>sample string 30</CV_memo> <CV_nameE>sample string 7</CV_nameE> <CV_nameT>sample string 6</CV_nameT> <CV_no>1</CV_no> <CV_openCN>36</CV_openCN> <CV_othername>sample string 32</CV_othername> <CV_price>sample string 33</CV_price> <CV_ref>sample string 34</CV_ref> <CV_target>29.1</CV_target> <CV_taxClass>38</CV_taxClass> <CV_taxnum>sample string 17</CV_taxnum> <CV_tel>sample string 16</CV_tel> <CV_termDays>22</CV_termDays> <CV_vatRate>21.1</CV_vatRate> <CV_zone>sample string 18</CV_zone> </M5L_CreditorDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.