Skip to content
Snippets Groups Projects
Commit ff9dd65d authored by SAJIDA SIDDIQUI's avatar SAJIDA SIDDIQUI
Browse files

Upload New File

parent 1117126f
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api-na.hosted.exlibrisgroup.com",
"basePath" : "/almaws/v1/acq/invoices",
"schemes" : [ "https" ],
"paths" : {
"/{invoice_id}?op=paid&apikey=l8xx69d69988667a43d49145441d50d19f8d" : {
"post" : {
"tags" : [ "get-alma-invoices-swagger_V2" ],
"summary" : null,
"description" : null,
"operationId" : "get-alma-invoices-swagger_V2",
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "body",
"in" : "body",
"description" : null,
"required" : false,
"schema" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2_Request##body"
}
}, {
"name" : "invoice_id",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2"
}
}
}
}
}
},
"definitions" : {
"get-alma-invoices-swagger_V2##vendor" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##owner" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##payment##payment_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##payment##voucher_currency" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##payment" : {
"properties" : {
"prepaid" : {
"type" : "boolean"
},
"internal_copy" : {
"type" : "boolean"
},
"payment_status" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##payment##payment_status"
},
"voucher_date" : {
"type" : "string"
},
"voucher_number" : {
"type" : "string"
},
"voucher_amount" : {
"type" : "string"
},
"voucher_currency" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##payment##voucher_currency"
}
}
},
"get-alma-invoices-swagger_V2##payment_method" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##creation_form" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##invoice_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##invoice_approval_status" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##additional_charges" : {
"properties" : {
"shipment" : {
"type" : "number",
"format" : "double"
},
"overhead" : {
"type" : "number",
"format" : "double"
},
"insurance" : {
"type" : "number",
"format" : "double"
},
"discount" : {
"type" : "number",
"format" : "double"
},
"use_pro_rata" : {
"type" : "boolean"
}
}
},
"get-alma-invoices-swagger_V2##invoice_vat##type" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##invoice_vat##vat_code" : {
"properties" : {
"value" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##invoice_vat" : {
"properties" : {
"percentage" : {
"type" : "number",
"format" : "double"
},
"type" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##invoice_vat##type"
},
"report_tax" : {
"type" : "boolean"
},
"vat_per_invoice_line" : {
"type" : "boolean"
},
"vat_code" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##invoice_vat##vat_code"
},
"vat_amount" : {
"type" : "number",
"format" : "int32"
},
"expended_from_fund" : {
"type" : "boolean"
}
}
},
"get-alma-invoices-swagger_V2##alert" : {
"properties" : {
"value" : {
"type" : "string"
},
"desc" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##note" : {
"properties" : {
"content" : {
"type" : "string"
},
"creation_date" : {
"type" : "string"
},
"created_by" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2##number_of_lines" : {
"properties" : {
"value" : {
"type" : "number",
"format" : "int32"
},
"link" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2" : {
"properties" : {
"id" : {
"type" : "string"
},
"number" : {
"type" : "string"
},
"vendor" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##vendor"
},
"currency" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##currency"
},
"owner" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##owner"
},
"payment" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##payment"
},
"invoice_date" : {
"type" : "string"
},
"vendor_account" : {
"type" : "string"
},
"total_amount" : {
"type" : "number",
"format" : "double"
},
"total_invoice_lines_amount" : {
"type" : "number",
"format" : "double"
},
"vendor_contact_person" : {
"type" : "string"
},
"payment_method" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##payment_method"
},
"reference_number" : {
"type" : "string"
},
"creation_form" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##creation_form"
},
"invoice_status" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##invoice_status"
},
"invoice_workflow_status" : {
"type" : "string"
},
"invoice_approval_status" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##invoice_approval_status"
},
"approved_by" : {
"type" : "string"
},
"approval_date" : {
"type" : "string"
},
"additional_charges" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##additional_charges"
},
"invoice_vat" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##invoice_vat"
},
"explicit_ratio" : {
"type" : "string"
},
"alert" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##alert"
}
},
"note" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##note"
}
},
"number_of_lines" : {
"$ref" : "#/definitions/get-alma-invoices-swagger_V2##number_of_lines"
},
"link" : {
"type" : "string"
}
}
},
"get-alma-invoices-swagger_V2_Request" : {
"properties" : {
"body" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment