POST {language}/xerooauth2/getOrganisationXero

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

GetOrganisationXeroRequest
NameDescriptionTypeAdditional information
CompanyId

globally unique identifier

None.

GLAccountType

string

None.

Country

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": "e1e1b96c-e0eb-4398-9886-019be0acc1ea",
  "GLAccountType": "sample string 2",
  "Country": "sample string 3"
}

application/xml, text/xml

Sample:
<GetOrganisationXeroRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <CompanyId>e1e1b96c-e0eb-4398-9886-019be0acc1ea</CompanyId>
  <Country>sample string 3</Country>
  <GLAccountType>sample string 2</GLAccountType>
</GetOrganisationXeroRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.