POST {language}/company/holidayInformation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
InsertHolidayInformationRequestName | Description | Type | Additional information |
---|---|---|---|
CompanyId | globally unique identifier |
None. |
|
Country | string |
None. |
|
NameHoliday | string |
None. |
|
Day | integer |
None. |
|
Month | integer |
None. |
|
EffectiveFromYear | integer |
None. |
|
EffectiveToYear | integer |
None. |
|
Type | 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:
{ "CompanyId": "618b2a3b-4221-48c8-8913-452d1f6e44ac", "Country": "sample string 2", "NameHoliday": "sample string 3", "Day": 4, "Month": 5, "EffectiveFromYear": 6, "EffectiveToYear": 1, "Type": "sample string 7", "RequestId": "63bbb676-c17b-4244-b957-1d35f1acb1a0", "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:
<InsertHolidayInformationRequest 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">63bbb676-c17b-4244-b957-1d35f1acb1a0</RequestId> <CompanyId>618b2a3b-4221-48c8-8913-452d1f6e44ac</CompanyId> <Country>sample string 2</Country> <Day>4</Day> <EffectiveFromYear>6</EffectiveFromYear> <EffectiveToYear>1</EffectiveToYear> <Month>5</Month> <NameHoliday>sample string 3</NameHoliday> <Type>sample string 7</Type> </InsertHolidayInformationRequest>
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.