POST Apostar/Recaudo/NotifyRecaudo

Request Information

URI Parameters

None.

Body Parameters

RequestNotifyRecaudo
NameDescriptionTypeAdditional information
Ubicacion

string

None.

idDepartamento

requestIdDepartamento

None.

Recaudo

RequestRecaudoNotify

None.

IdTrx

decimal number

None.

ServicioNotify

ServicioNotify

None.

Usuarioid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Ubicacion": "sample string 1",
  "idDepartamento": {
    "Ubicacion": "sample string 1",
    "codigo": 2,
    "IdTrx": 3.1
  },
  "Recaudo": {
    "codigo": 1,
    "valor": 2
  },
  "IdTrx": 2.1,
  "ServicioNotify": {
    "id": 1,
    "listadoCampoNotify": {
      "camposM": [
        {
          "id": 1,
          "nombre": "sample string 2",
          "valor": "sample string 3"
        },
        {
          "id": 1,
          "nombre": "sample string 2",
          "valor": "sample string 3"
        }
      ]
    }
  },
  "Usuarioid": 3
}

application/xml, text/xml

Sample:
<RequestNotifyRecaudo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Apostar.Models">
  <IdTrx>2.1</IdTrx>
  <Recaudo>
    <codigo>1</codigo>
    <valor>2</valor>
  </Recaudo>
  <ServicioNotify>
    <id>1</id>
    <listadoCampoNotify>
      <camposM>
        <CamposM>
          <id>1</id>
          <nombre>sample string 2</nombre>
          <valor>sample string 3</valor>
        </CamposM>
        <CamposM>
          <id>1</id>
          <nombre>sample string 2</nombre>
          <valor>sample string 3</valor>
        </CamposM>
      </camposM>
    </listadoCampoNotify>
  </ServicioNotify>
  <Ubicacion>sample string 1</Ubicacion>
  <Usuarioid>3</Usuarioid>
  <idDepartamento>
    <IdTrx>3.1</IdTrx>
    <Ubicacion>sample string 1</Ubicacion>
    <codigo>2</codigo>
  </idDepartamento>
</RequestNotifyRecaudo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseGeneric
NameDescriptionTypeAdditional information
ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponseData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 200,
  "ResponseMessage": "sample string 1",
  "ResponseData": {}
}

application/xml, text/xml

Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Apostar.Models">
  <ResponseCode>OK</ResponseCode>
  <ResponseData />
  <ResponseMessage>sample string 1</ResponseMessage>
</SavingModels.ResponseGeneric>