POST {language}/company/insUpAccounting
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertAccountingLinkRequestName | Description | Type | Additional 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": "4ec7b9b6-3bd1-49dc-b25e-f12afb5126fc", "KeyName": "sample string 2", "CompanyId": "59a6d05c-487c-4c88-8b4c-4e3d6671fb58", "Country": "sample string 4", "IsActive": true, "BusinessId": "sample string 6", "BusinessName": "sample string 7", "CurrencyId": "sample string 8", "CurrencyCode": "sample string 9", "RequestId": "b40c52e3-a9d7-4e03-b8a9-40474ccdb22e", "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">b40c52e3-a9d7-4e03-b8a9-40474ccdb22e</RequestId> <BusinessId>sample string 6</BusinessId> <BusinessName>sample string 7</BusinessName> <CompanyId>59a6d05c-487c-4c88-8b4c-4e3d6671fb58</CompanyId> <Country>sample string 4</Country> <CurrencyCode>sample string 9</CurrencyCode> <CurrencyId>sample string 8</CurrencyId> <Id>4ec7b9b6-3bd1-49dc-b25e-f12afb5126fc</Id> <IsActive>true</IsActive> <KeyName>sample string 2</KeyName> </InsertAccountingLinkRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.