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": "16a38d36-b9e2-4978-a924-3f6fb045f069", "CompanyId": "5d3586ac-e2bf-41f9-bc1b-11a963cefbb8", "Country": "sample string 3", "NameHoliday": "sample string 4", "Day": 5, "Month": 6, "EffectiveFromYear": 7, "EffectiveToYear": 1, "Type": "sample string 8", "RequestId": "79c68328-0219-49d9-bfea-222d04bd4cd3", "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">79c68328-0219-49d9-bfea-222d04bd4cd3</RequestId> <CompanyId>5d3586ac-e2bf-41f9-bc1b-11a963cefbb8</CompanyId> <Country>sample string 3</Country> <Day>5</Day> <EffectiveFromYear>7</EffectiveFromYear> <EffectiveToYear>1</EffectiveToYear> <Id>16a38d36-b9e2-4978-a924-3f6fb045f069</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.