POST api/certificaciones/patrono/getemployerstatus

Request Information

URI Parameters

None.

Body Parameters

PatronalCertificationRequestViewModel
NameDescriptionTypeAdditional information
FEIN

string

None.

SEIN

string

None.

EmployerName

string

None.

EmailAddress

string

None.

TerminalId

integer

None.

OGPCorrelationID

string

None.

OGPATGNumber

string

None.

Source

string

None.

UserId

string

None.

SendByEmail

boolean

None.

SendCertificate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FEIN": "sample string 1",
  "SEIN": "sample string 2",
  "EmployerName": "sample string 3",
  "EmailAddress": "sample string 4",
  "TerminalId": 1,
  "OGPCorrelationID": "sample string 5",
  "OGPATGNumber": "sample string 6",
  "Source": "sample string 7",
  "UserId": "sample string 8",
  "SendByEmail": true,
  "SendCertificate": true
}

application/xml, text/xml

Sample:
<PatronalCertificationRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asume.api.data.ViewModels">
  <EmailAddress>sample string 4</EmailAddress>
  <EmployerName>sample string 3</EmployerName>
  <FEIN>sample string 1</FEIN>
  <OGPATGNumber>sample string 6</OGPATGNumber>
  <OGPCorrelationID>sample string 5</OGPCorrelationID>
  <SEIN>sample string 2</SEIN>
  <SendByEmail>true</SendByEmail>
  <SendCertificate>true</SendCertificate>
  <Source>sample string 7</Source>
  <TerminalId>1</TerminalId>
  <UserId>sample string 8</UserId>
</PatronalCertificationRequestViewModel>

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.