Crea una nueva observación para la entidad fiscal determinada

Parámetros URI


No se tienen parámetros

Atributos de la petición


Id ( string )

IdTaxEntity ( integer )

Title ( string )

Description ( string )

Default ( boolean )

Status ( boolean )

Argumentos de respuesta

ObservationModel

Id ( string )

IdTaxEntity ( integer )

Title ( string )

Description ( string )

Default ( boolean )

Status ( boolean )

http method:

POST

https://apisandbox.facturama.mx/api/TaxEntityObservations

Ejemplo de Petición

application/json, text/json

Ejemplo:
{
  "Id": "sample string 1",
  "IdTaxEntity": 2,
  "Title": "sample string 3",
  "Description": "sample string 4",
  "Default": true,
  "Status": true
}

Ejemplo de Respuesta

application/json, text/json

Ejemplo:
{
  "Id": "sample string 1",
  "IdTaxEntity": 2,
  "Title": "sample string 3",
  "Description": "sample string 4",
  "Default": true,
  "Status": true
}