POST {language}/financio/createJournalFinancio
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
CreateJournalFinancioRequestName | Description | Type | Additional information |
---|---|---|---|
GLAccountType | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CurrencyId | integer |
None. |
|
PaymentPeriodId | globally unique identifier |
None. |
|
Country | 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:
{ "GLAccountType": "sample string 1", "CompanyId": "e8c7451c-bf3a-49d7-af92-bf3b9a20322a", "CurrencyId": 3, "PaymentPeriodId": "9c63d03e-4385-495f-940e-d8a133725175", "Country": "sample string 5", "RequestId": "d85762e4-aa5d-490f-b0db-9966f9fa54de", "Language": "sample string 7", "LanguageLogin": "sample string 8", "AuthToken": "sample string 9", "ClientId": "sample string 10", "PageIndex": 11, "PageSize": 12 }
application/xml, text/xml
Sample:
<CreateJournalFinancioRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">d85762e4-aa5d-490f-b0db-9966f9fa54de</RequestId> <CompanyId>e8c7451c-bf3a-49d7-af92-bf3b9a20322a</CompanyId> <Country>sample string 5</Country> <CurrencyId>3</CurrencyId> <GLAccountType>sample string 1</GLAccountType> <PaymentPeriodId>9c63d03e-4385-495f-940e-d8a133725175</PaymentPeriodId> </CreateJournalFinancioRequest>
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.