PUT {language}/company/holidayInformation
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
UpdateHolidayInformationRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
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:
{ "Id": "c98940bc-9390-406b-9249-c881d56c9715", "CompanyId": "8155358d-9049-434e-ba30-8d165dce0b87", "Country": "sample string 3", "NameHoliday": "sample string 4", "Day": 5, "Month": 6, "EffectiveFromYear": 7, "EffectiveToYear": 1, "Type": "sample string 8", "RequestId": "c4ba78c8-4a10-4d5d-8426-0c97ff789af8", "Language": "sample string 10", "LanguageLogin": "sample string 11", "AuthToken": "sample string 12", "ClientId": "sample string 13", "PageIndex": 14, "PageSize": 15 }
application/xml, text/xml
Sample:
<UpdateHolidayInformationRequest 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 12</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 13</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">14</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">15</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">c4ba78c8-4a10-4d5d-8426-0c97ff789af8</RequestId> <CompanyId>8155358d-9049-434e-ba30-8d165dce0b87</CompanyId> <Country>sample string 3</Country> <Day>5</Day> <EffectiveFromYear>7</EffectiveFromYear> <EffectiveToYear>1</EffectiveToYear> <Id>c98940bc-9390-406b-9249-c881d56c9715</Id> <Month>6</Month> <NameHoliday>sample string 4</NameHoliday> <Type>sample string 8</Type> </UpdateHolidayInformationRequest>
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.