POST {language}/company/{companyId}/claimType
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId | globally unique identifier |
Required |
|
language | string |
Required |
Body Parameters
InsertClaimTypeRequestName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
TypeName | string |
None. |
|
Approver | string |
None. |
|
IsPayIntoPaymentPeriod | boolean |
None. |
|
TaxableType | string |
None. |
|
CompanyId | globally unique identifier |
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": "1e31d683-dcdb-4598-8029-1aa325d8ec63", "TypeName": "sample string 2", "Approver": "sample string 3", "IsPayIntoPaymentPeriod": true, "TaxableType": "sample string 5", "CompanyId": "626ba05b-4749-4f9d-8080-ace8353c1cee", "RequestId": "f339af79-cd26-4e4c-9970-0d0225fad88c", "Language": "sample string 8", "LanguageLogin": "sample string 9", "AuthToken": "sample string 10", "ClientId": "sample string 11", "PageIndex": 12, "PageSize": 13 }
application/xml, text/xml
Sample:
<InsertClaimTypeRequest 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 10</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">f339af79-cd26-4e4c-9970-0d0225fad88c</RequestId> <Approver>sample string 3</Approver> <CompanyId>626ba05b-4749-4f9d-8080-ace8353c1cee</CompanyId> <Id>1e31d683-dcdb-4598-8029-1aa325d8ec63</Id> <IsPayIntoPaymentPeriod>true</IsPayIntoPaymentPeriod> <TaxableType>sample string 5</TaxableType> <TypeName>sample string 2</TypeName> </InsertClaimTypeRequest>
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.