POST debitOrder/CreateDORunCode
Request Information
URI Parameters
None.
Body Parameters
DMDORunCode| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| DORunCode | string |
None. |
|
| DORunDesc | string |
None. |
|
| RunDay | integer |
None. |
|
| IsDefault | boolean |
None. |
|
| DivisionId | integer |
None. |
|
| IsDO | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"DORunCode": "sample string 2",
"DORunDesc": "sample string 3",
"RunDay": 1,
"IsDefault": true,
"DivisionId": 1,
"IsDO": true
}
text/html
Sample:
{"TenantId":1,"DORunCode":"sample string 2","DORunDesc":"sample string 3","RunDay":1,"IsDefault":true,"DivisionId":1,"IsDO":true}
application/xml, text/xml
Sample:
<DMDORunCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.DebitOrder"> <DORunCode>sample string 2</DORunCode> <DORunDesc>sample string 3</DORunDesc> <DivisionId>1</DivisionId> <IsDO>true</IsDO> <IsDefault>true</IsDefault> <RunDay>1</RunDay> <TenantId>1</TenantId> </DMDORunCode>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.