DELETE api/Nomina

Delete the generation or acceptance of the letter

Request Information

URI Parameters

None.

Body Parameters

NominaParam
NameDescriptionTypeAdditional information
User

User assigned for the product

string

None.

Password

Passwors assigned for the product

string

None.

Prodotto

Product Code (see /Api/Nomina?id=)

string

None.

CodiceCliente

Company code

string

None.

RagioneSociale

Company name

string

None.

CodiceUtente

Internal code

string

None.

Language

Language code of the appointment acceptance (en-EN, fr-FR, es-ES) Default it-IT.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "User": "sample string 1",
  "Password": "sample string 2",
  "Prodotto": "sample string 3",
  "CodiceCliente": "sample string 4",
  "RagioneSociale": "sample string 5",
  "CodiceUtente": "sample string 6",
  "Language": "sample string 7"
}

application/xml, text/xml

Sample:
<NominaParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QPNomineService.Models">
  <CodiceCliente>sample string 4</CodiceCliente>
  <CodiceUtente>sample string 6</CodiceUtente>
  <Language>sample string 7</Language>
  <Password>sample string 2</Password>
  <Prodotto>sample string 3</Prodotto>
  <RagioneSociale>sample string 5</RagioneSociale>
  <User>sample string 1</User>
</NominaParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.