PUT {language}/company/{companyId}/claimType
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId | globally unique identifier |
Required |
|
language | string |
Required |
Body Parameters
UpdateClaimTypeRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
TypeName | string |
None. |
|
Approver | string |
None. |
|
TypeNameCurrent | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
IsPayIntoPaymentPeriod | boolean |
None. |
|
TaxableType | 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": "42d4fe45-430b-4ca7-82b9-3821509b6069", "TypeName": "sample string 2", "Approver": "sample string 3", "TypeNameCurrent": "sample string 4", "CompanyId": "4a3e1ab3-e435-46c8-aa2c-49af788a5657", "IsPayIntoPaymentPeriod": true, "TaxableType": "sample string 7", "RequestId": "baafed9b-863c-4163-80e0-1de2e3824324", "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:
<UpdateClaimTypeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels"> <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">baafed9b-863c-4163-80e0-1de2e3824324</RequestId> <Approver>sample string 3</Approver> <CompanyId>4a3e1ab3-e435-46c8-aa2c-49af788a5657</CompanyId> <Id>42d4fe45-430b-4ca7-82b9-3821509b6069</Id> <IsPayIntoPaymentPeriod>true</IsPayIntoPaymentPeriod> <TaxableType>sample string 7</TaxableType> <TypeName>sample string 2</TypeName> <TypeNameCurrent>sample string 4</TypeNameCurrent> </UpdateClaimTypeRequest>
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.