A finalidade deste método é possibilitar a atualização de associado cadastrado na rede.
PATCH [URLAPI]/IntegradorAssociadosAPI/api/v1/Associados
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
---|---|---|---|
SeqAssociado | Código do Associado | integer($int64) | Não há. |
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
---|---|---|---|
path | Caminho | string | Não há. |
op | Tipo de Operação - “add”, “remove”, “replace”, “move”, “copy” e “test” | string | Não há. |
value | Valor | string | Não há. |
from | De onde vem o valor | string | Não há |
[ { "operationType": 0, "path": "string", "op": "string", "from": "string", "value": "string" } ]
CODE 200 - SUCCESS
{ "seqAssociado": 0, "nomeAssociado": "string", "urlAcessoServidor": "string", "usuarioAcessoServidor": "string", "senhaAcessoServidor": "string", "nroEmpresaAut": 0, "dtaInclusao": "2024-07-02T16:41:47.204Z", "usuInclusao": "string", "dtaAlteracao": "2024-07-02T16:41:47.205Z", "usuAlteracao": "string", "status": "string" }
application/json, text/json
CODE 400 - BAD
{ "code": "string", "message": "string", "detailedMessage": "string", "helpUrl": "string", "details": [ { "guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "notificationType": 0, "code": "string", "message": "string", "detailedMessage": "string", "status": 0 } ] }