POST academico/SIGA2ImportarFinanceiroAlunoParcela?client_id={client_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
client_id

string

Required

Body Parameters

Object

None.

Request Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "System.Object": {}
  },
  {
    "System.Object": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <ArrayOfKeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
  </ArrayOfKeyValueOfanyTypeanyType>
  <ArrayOfKeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
    <KeyValueOfanyTypeanyType>
      <Key />
      <Value />
    </KeyValueOfanyTypeanyType>
  </ArrayOfKeyValueOfanyTypeanyType>
</ArrayOfArrayOfKeyValueOfanyTypeanyType>

text/html

Sample:
[
  {
    "System.Object": {},
    "System.Object": {}
  },
  {
    "System.Object": {},
    "System.Object": {}
  }
]