POST {language}/company/{companyId}/claimType

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

globally unique identifier

Required

language

string

Required

Body Parameters

InsertClaimTypeRequest
NameDescriptionTypeAdditional 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": "9438b47a-9034-4bc8-a363-5c974f704efe",
  "TypeName": "sample string 2",
  "Approver": "sample string 3",
  "IsPayIntoPaymentPeriod": true,
  "TaxableType": "sample string 5",
  "CompanyId": "611ba486-6a68-4f4e-8ee8-c5fff6d366c8",
  "RequestId": "a802c940-9c46-4649-acd9-db67e92ae171",
  "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">a802c940-9c46-4649-acd9-db67e92ae171</RequestId>
  <Approver>sample string 3</Approver>
  <CompanyId>611ba486-6a68-4f4e-8ee8-c5fff6d366c8</CompanyId>
  <Id>9438b47a-9034-4bc8-a363-5c974f704efe</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.