I am consuming an api, the guy working in the backend uses c# and he could not explain to me the methods other than his code. But I don't have experience in c#. Can someone translate to me these lines and tell me what is the url part and what are the body params if any. Thanks!
[WebInvoke(Method = "POST",
UriTemplate = "UploadCat/{token}/{BID}/{CID}/{CAT}/{DATA}")]
public HttpResponse UploadCat(string token, string BID, string CID, string CAT, List<CLMobileChangeDTO> DATA)