POST Collection/Collection_SaveExcludedCustomerFromNotificationSending
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.Collection_ExcludedCustomerFromNotificationSending| Name | Description | Type | Additional information |
|---|---|---|---|
| ACCTNO | string |
None. |
|
| SUBC | string |
None. |
|
| DUE_INVOICE_REMINDER | boolean |
None. |
|
| COMMITTED_PAYMENT_REMINDER | boolean |
None. |
|
| CUSTOMER_NAME | string |
None. |
|
| ACCTNO_SUBC | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ACCTNO": "sample string 1",
"SUBC": "sample string 2",
"DUE_INVOICE_REMINDER": true,
"COMMITTED_PAYMENT_REMINDER": true,
"CUSTOMER_NAME": "sample string 5",
"ACCTNO_SUBC": "sample string 6"
}
application/xml, text/xml
Sample:
<Collection_ExcludedCustomerFromNotificationSending xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model"> <ACCTNO>sample string 1</ACCTNO> <ACCTNO_SUBC>sample string 6</ACCTNO_SUBC> <COMMITTED_PAYMENT_REMINDER>true</COMMITTED_PAYMENT_REMINDER> <CUSTOMER_NAME>sample string 5</CUSTOMER_NAME> <DUE_INVOICE_REMINDER>true</DUE_INVOICE_REMINDER> <SUBC>sample string 2</SUBC> </Collection_ExcludedCustomerFromNotificationSending>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |