POST {language}/company/insUpAccounting

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

InsertAccountingLinkRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

KeyName

string

None.

CompanyId

globally unique identifier

None.

Country

string

None.

IsActive

boolean

None.

BusinessId

string

None.

BusinessName

string

None.

CurrencyId

string

None.

CurrencyCode

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": "be21f5a5-8a56-4885-ad62-8a64ee6a0f84",
  "KeyName": "sample string 2",
  "CompanyId": "097ecac3-596e-401a-be76-fe6c9ec21ad6",
  "Country": "sample string 4",
  "IsActive": true,
  "BusinessId": "sample string 6",
  "BusinessName": "sample string 7",
  "CurrencyId": "sample string 8",
  "CurrencyCode": "sample string 9",
  "RequestId": "57510cc7-4727-4208-96b8-2c68b4e7873c",
  "Language": "sample string 11",
  "LanguageLogin": "sample string 12",
  "AuthToken": "sample string 13",
  "ClientId": "sample string 14",
  "PageIndex": 15,
  "PageSize": 16
}

application/xml, text/xml

Sample:
<InsertAccountingLinkRequest 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 13</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 14</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 12</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">16</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">57510cc7-4727-4208-96b8-2c68b4e7873c</RequestId>
  <BusinessId>sample string 6</BusinessId>
  <BusinessName>sample string 7</BusinessName>
  <CompanyId>097ecac3-596e-401a-be76-fe6c9ec21ad6</CompanyId>
  <Country>sample string 4</Country>
  <CurrencyCode>sample string 9</CurrencyCode>
  <CurrencyId>sample string 8</CurrencyId>
  <Id>be21f5a5-8a56-4885-ad62-8a64ee6a0f84</Id>
  <IsActive>true</IsActive>
  <KeyName>sample string 2</KeyName>
</InsertAccountingLinkRequest>

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.