POST {language}/email/payslip_TFormat/send
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
PaySlipSendRequestName | Description | Type | Additional information |
---|---|---|---|
PaymentPeriod | globally unique identifier |
None. |
|
PayCycle | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
Country | string |
None. |
|
PaymentPeriodContent | string |
None. |
|
IsSendAll | boolean |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
EmployeeIds | Collection of globally unique identifier |
None. |
|
EmployeeIdsPaidBefore | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmployeeIds": [ "27f9000a-61f4-4157-9f76-2d2e11490765", "bdaf6521-cf14-4d5b-afcb-0928c182e812" ], "EmployeeIdsPaidBefore": [ "ae5bbb47-574c-41d2-bec2-63b5ec7d4a8f", "55c8e021-d1b6-469f-b25b-9988af448db6" ], "PaymentPeriod": "30b0a1f8-cafb-4aac-8d36-011ee44f69df", "PayCycle": "sample string 2", "CompanyId": "eb0434c5-5d85-43b2-b45c-fa7c8302e75e", "Country": "sample string 4", "PaymentPeriodContent": "sample string 5", "IsSendAll": true, "RequestId": "1340b199-90c9-4daf-a725-5e7b9728e162", "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:
<PaySlipSendRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests.Email"> <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">1340b199-90c9-4daf-a725-5e7b9728e162</RequestId> <CompanyId>eb0434c5-5d85-43b2-b45c-fa7c8302e75e</CompanyId> <Country>sample string 4</Country> <EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>27f9000a-61f4-4157-9f76-2d2e11490765</d2p1:guid> <d2p1:guid>bdaf6521-cf14-4d5b-afcb-0928c182e812</d2p1:guid> </EmployeeIds> <EmployeeIdsPaidBefore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>ae5bbb47-574c-41d2-bec2-63b5ec7d4a8f</d2p1:guid> <d2p1:guid>55c8e021-d1b6-469f-b25b-9988af448db6</d2p1:guid> </EmployeeIdsPaidBefore> <IsSendAll>true</IsSendAll> <PayCycle>sample string 2</PayCycle> <PaymentPeriod>30b0a1f8-cafb-4aac-8d36-011ee44f69df</PaymentPeriod> <PaymentPeriodContent>sample string 5</PaymentPeriodContent> </PaySlipSendRequest>
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.