POST api/Customer/PutCustomerFinCondition
Request Information
URI Parameters
None.
Body Parameters
PostFinCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| ARF_ID | integer |
None. |
|
| ARF_AR_ID | integer |
None. |
|
| ARF_CP_ID | integer |
None. |
|
| ARF_ACC_CP_ID | integer |
None. |
|
| ARF_CREDIT_DAYS | integer |
None. |
|
| ARF_CREDIT_LIMIT | decimal number |
None. |
|
| ARF_EX_TAX | string |
None. |
|
| ARF_NOTES | string |
None. |
|
| ARC_LINK | Collection of ARC_LINK |
None. |
|
| ARG_LINK | Collection of ARG_LINK |
None. |
|
| ARF_CREATED_BY | integer |
None. |
|
| ARF_CT_ID | integer |
None. |
|
| ARF_STM_ID | integer |
None. |
|
| ARF_ADDRESS | string |
None. |
|
| ARF_GST_NUM | string |
None. |
|
| ARF_TDS_STATUS | string |
None. |
|
| ARF_TAN_NUM | string |
None. |
|
| ARF_TNP_RCM_CP_ID | integer |
None. |
|
| ARF_MIN_STO_COMNT | decimal number |
None. |
|
| ARF_CRT_BYPASS_FLAG | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ARF_ID": 1,
"ARF_AR_ID": 1,
"ARF_CP_ID": 1,
"ARF_ACC_CP_ID": 1,
"ARF_CREDIT_DAYS": 1,
"ARF_CREDIT_LIMIT": 1.1,
"ARF_EX_TAX": "sample string 1",
"ARF_NOTES": "sample string 2",
"ARC_LINK": [
{
"ARC_ID": 1,
"ARC_CUR_ID": 1,
"ARC_CUR_CODE": "sample string 1",
"ARC_DEFAULT": "sample string 2",
"ARC_DEFAULT_CODE": "sample string 3",
"ARC_STATUS": "sample string 4",
"ARC_STATUS_CODE": "sample string 5",
"ARC_NOTES": "sample string 6"
},
{
"ARC_ID": 1,
"ARC_CUR_ID": 1,
"ARC_CUR_CODE": "sample string 1",
"ARC_DEFAULT": "sample string 2",
"ARC_DEFAULT_CODE": "sample string 3",
"ARC_STATUS": "sample string 4",
"ARC_STATUS_CODE": "sample string 5",
"ARC_NOTES": "sample string 6"
}
],
"ARG_LINK": [
{
"ARGP_ID": 1,
"ARGP_GRP_ID": 1,
"ARGP_GRP_CODE": "sample string 1",
"ARGP_DEFAULT": "sample string 2",
"ARGP_DEFAULT_CODE": "sample string 3",
"ARGP_STATUS": "sample string 4",
"ARGP_STATUS_CODE": "sample string 5",
"ARGP_NOTES": "sample string 6"
},
{
"ARGP_ID": 1,
"ARGP_GRP_ID": 1,
"ARGP_GRP_CODE": "sample string 1",
"ARGP_DEFAULT": "sample string 2",
"ARGP_DEFAULT_CODE": "sample string 3",
"ARGP_STATUS": "sample string 4",
"ARGP_STATUS_CODE": "sample string 5",
"ARGP_NOTES": "sample string 6"
}
],
"ARF_CREATED_BY": 1,
"ARF_CT_ID": 1,
"ARF_STM_ID": 1,
"ARF_ADDRESS": "sample string 3",
"ARF_GST_NUM": "sample string 4",
"ARF_TDS_STATUS": "sample string 5",
"ARF_TAN_NUM": "sample string 6",
"ARF_TNP_RCM_CP_ID": 1,
"ARF_MIN_STO_COMNT": 1.1,
"ARF_CRT_BYPASS_FLAG": "sample string 7"
}
application/xml, text/xml
Sample:
<PostFinCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<ARC_LINK>
<ARC_LINK>
<ARC_CUR_CODE>sample string 1</ARC_CUR_CODE>
<ARC_CUR_ID>1</ARC_CUR_ID>
<ARC_DEFAULT>sample string 2</ARC_DEFAULT>
<ARC_DEFAULT_CODE>sample string 3</ARC_DEFAULT_CODE>
<ARC_ID>1</ARC_ID>
<ARC_NOTES>sample string 6</ARC_NOTES>
<ARC_STATUS>sample string 4</ARC_STATUS>
<ARC_STATUS_CODE>sample string 5</ARC_STATUS_CODE>
</ARC_LINK>
<ARC_LINK>
<ARC_CUR_CODE>sample string 1</ARC_CUR_CODE>
<ARC_CUR_ID>1</ARC_CUR_ID>
<ARC_DEFAULT>sample string 2</ARC_DEFAULT>
<ARC_DEFAULT_CODE>sample string 3</ARC_DEFAULT_CODE>
<ARC_ID>1</ARC_ID>
<ARC_NOTES>sample string 6</ARC_NOTES>
<ARC_STATUS>sample string 4</ARC_STATUS>
<ARC_STATUS_CODE>sample string 5</ARC_STATUS_CODE>
</ARC_LINK>
</ARC_LINK>
<ARF_ACC_CP_ID>1</ARF_ACC_CP_ID>
<ARF_ADDRESS>sample string 3</ARF_ADDRESS>
<ARF_AR_ID>1</ARF_AR_ID>
<ARF_CP_ID>1</ARF_CP_ID>
<ARF_CREATED_BY>1</ARF_CREATED_BY>
<ARF_CREDIT_DAYS>1</ARF_CREDIT_DAYS>
<ARF_CREDIT_LIMIT>1.1</ARF_CREDIT_LIMIT>
<ARF_CRT_BYPASS_FLAG>sample string 7</ARF_CRT_BYPASS_FLAG>
<ARF_CT_ID>1</ARF_CT_ID>
<ARF_EX_TAX>sample string 1</ARF_EX_TAX>
<ARF_GST_NUM>sample string 4</ARF_GST_NUM>
<ARF_ID>1</ARF_ID>
<ARF_MIN_STO_COMNT>1.1</ARF_MIN_STO_COMNT>
<ARF_NOTES>sample string 2</ARF_NOTES>
<ARF_STM_ID>1</ARF_STM_ID>
<ARF_TAN_NUM>sample string 6</ARF_TAN_NUM>
<ARF_TDS_STATUS>sample string 5</ARF_TDS_STATUS>
<ARF_TNP_RCM_CP_ID>1</ARF_TNP_RCM_CP_ID>
<ARG_LINK>
<ARG_LINK>
<ARGP_DEFAULT>sample string 2</ARGP_DEFAULT>
<ARGP_DEFAULT_CODE>sample string 3</ARGP_DEFAULT_CODE>
<ARGP_GRP_CODE>sample string 1</ARGP_GRP_CODE>
<ARGP_GRP_ID>1</ARGP_GRP_ID>
<ARGP_ID>1</ARGP_ID>
<ARGP_NOTES>sample string 6</ARGP_NOTES>
<ARGP_STATUS>sample string 4</ARGP_STATUS>
<ARGP_STATUS_CODE>sample string 5</ARGP_STATUS_CODE>
</ARG_LINK>
<ARG_LINK>
<ARGP_DEFAULT>sample string 2</ARGP_DEFAULT>
<ARGP_DEFAULT_CODE>sample string 3</ARGP_DEFAULT_CODE>
<ARGP_GRP_CODE>sample string 1</ARGP_GRP_CODE>
<ARGP_GRP_ID>1</ARGP_GRP_ID>
<ARGP_ID>1</ARGP_ID>
<ARGP_NOTES>sample string 6</ARGP_NOTES>
<ARGP_STATUS>sample string 4</ARGP_STATUS>
<ARGP_STATUS_CODE>sample string 5</ARGP_STATUS_CODE>
</ARG_LINK>
</ARG_LINK>
</PostFinCondition>
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. |