POST debitOrder/CreateDORunCode

Request Information

URI Parameters

None.

Body Parameters

DMDORunCode
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DMDORunCode'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.