PUT {language}/subscription/companyLegalInformation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

UpdateCompanyLegalInformationRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CompanyId

globally unique identifier

None.

CompanyName

string

None.

TaxCode

string

None.

Address

string

None.

PaymentContactName

string

None.

PaymentContactEmail

string

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "c770a748-e0d7-4173-a5e0-854aef911784",
  "CompanyId": "fe3281ea-82db-434b-a161-a4081986bcee",
  "CompanyName": "sample string 3",
  "TaxCode": "sample string 4",
  "Address": "sample string 5",
  "PaymentContactName": "sample string 6",
  "PaymentContactEmail": "sample string 7",
  "RequestId": "e2436088-86a7-4214-9fc9-3fc06aea0a3f",
  "Language": "sample string 9",
  "LanguageLogin": "sample string 10",
  "AuthToken": "sample string 11",
  "ClientId": "sample string 12",
  "PageIndex": 13,
  "PageSize": 14
}

application/xml, text/xml

Sample:
<UpdateCompanyLegalInformationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">e2436088-86a7-4214-9fc9-3fc06aea0a3f</RequestId>
  <Address>sample string 5</Address>
  <CompanyId>fe3281ea-82db-434b-a161-a4081986bcee</CompanyId>
  <CompanyName>sample string 3</CompanyName>
  <Id>c770a748-e0d7-4173-a5e0-854aef911784</Id>
  <PaymentContactEmail>sample string 7</PaymentContactEmail>
  <PaymentContactName>sample string 6</PaymentContactName>
  <TaxCode>sample string 4</TaxCode>
</UpdateCompanyLegalInformationRequest>

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.