POST {language}/company/information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

InsertCompanyInformationRequest
NameDescriptionTypeAdditional information
Name

string

None.

CompanyType

string

None.

Country

string

None.

Image

string

None.

Fax

string

None.

Phone

string

None.

Email

string

None.

BankAccountNumber

string

None.

Bank

string

None.

BankAccountName

string

None.

CompanyCode

string

None.

TaxCode

string

None.

Representative

globally unique identifier

None.

PromotionCode

string

None.

SwiftCode

string

None.

SubIndustryCode

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:
{
  "Name": "sample string 1",
  "CompanyType": "sample string 2",
  "Country": "sample string 3",
  "Image": "sample string 4",
  "Fax": "sample string 5",
  "Phone": "sample string 6",
  "Email": "sample string 7",
  "BankAccountNumber": "sample string 8",
  "Bank": "sample string 9",
  "BankAccountName": "sample string 10",
  "CompanyCode": "sample string 11",
  "TaxCode": "sample string 12",
  "Representative": "a9cf474a-1f38-4831-a6c6-a701a5a6a943",
  "PromotionCode": "sample string 14",
  "SwiftCode": "sample string 15",
  "SubIndustryCode": "sample string 16",
  "RequestId": "0159ff98-a69b-42c5-abec-c68d7bf2371f",
  "Language": "sample string 18",
  "LanguageLogin": "sample string 19",
  "AuthToken": "sample string 20",
  "ClientId": "sample string 21",
  "PageIndex": 22,
  "PageSize": 23
}

application/xml, text/xml

Sample:
<InsertCompanyInformationRequest 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 20</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 21</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 19</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">22</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">23</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">0159ff98-a69b-42c5-abec-c68d7bf2371f</RequestId>
  <Bank>sample string 9</Bank>
  <BankAccountName>sample string 10</BankAccountName>
  <BankAccountNumber>sample string 8</BankAccountNumber>
  <CompanyCode>sample string 11</CompanyCode>
  <CompanyType>sample string 2</CompanyType>
  <Country>sample string 3</Country>
  <Email>sample string 7</Email>
  <Fax>sample string 5</Fax>
  <Image>sample string 4</Image>
  <Name>sample string 1</Name>
  <Phone>sample string 6</Phone>
  <PromotionCode>sample string 14</PromotionCode>
  <Representative>a9cf474a-1f38-4831-a6c6-a701a5a6a943</Representative>
  <SubIndustryCode>sample string 16</SubIndustryCode>
  <SwiftCode>sample string 15</SwiftCode>
  <TaxCode>sample string 12</TaxCode>
</InsertCompanyInformationRequest>

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.