GET api/MyPage/ClientCompany

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MyPageClientCompany
NameDescriptionTypeAdditional information
companyNo

string

None.

addressLine1

string

None.

addressLine2

string

None.

addressLine3

string

None.

postCode

string

None.

postArea

string

None.

bankAccount

string

None.

companyName

string

None.

autoInvoiceCompanyUUID

string

None.

orgUnit1Name

string

None.

orgUnit2Name

string

None.

faxAndEmailProcessing

integer

None.

documentCopies

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "companyNo": "sample string 1",
  "addressLine1": "sample string 2",
  "addressLine2": "sample string 3",
  "addressLine3": "sample string 4",
  "postCode": "sample string 5",
  "postArea": "sample string 6",
  "bankAccount": "sample string 7",
  "companyName": "sample string 8",
  "autoInvoiceCompanyUUID": "sample string 9",
  "orgUnit1Name": "sample string 10",
  "orgUnit2Name": "sample string 11",
  "faxAndEmailProcessing": 12,
  "documentCopies": 13
}

application/xml, text/xml

Sample:
<MyPageClientCompany xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <companyNo>sample string 1</companyNo>
  <addressLine1>sample string 2</addressLine1>
  <addressLine2>sample string 3</addressLine2>
  <addressLine3>sample string 4</addressLine3>
  <postCode>sample string 5</postCode>
  <postArea>sample string 6</postArea>
  <bankAccount>sample string 7</bankAccount>
  <companyName>sample string 8</companyName>
  <autoInvoiceCompanyUUID>sample string 9</autoInvoiceCompanyUUID>
  <orgUnit1Name>sample string 10</orgUnit1Name>
  <orgUnit2Name>sample string 11</orgUnit2Name>
  <faxAndEmailProcessing>12</faxAndEmailProcessing>
  <documentCopies>13</documentCopies>
</MyPageClientCompany>